Category: Zone BBS Suggestions and Feedback
Hi.
Just an idea, could you make it so that if I type in the edit box
yeah i agree
/jump boards
So that it would send the qn and then jummp to the boards? Obveously each command would have to be on a new line and I wouldn't mind putting the /jump at the top.
Just an idea.
I don't understand what you mean. not all of it anyway. but from what I am understanding, it seems as if it would be more trouble then it's werth. what if one of us doesn't wanna go to the boards?
what he means is that you could put more than one command in a qn if i'm not mistaken. the boards are just an example
Thanks Rat, that makes sense now.
I guess it's an ok idea, but wouldn't give it a high priority.
What would happen if you wanted to separate your qn into lines (for example, if you were sending out a poem). Then, wouldn't it be split into several quick notes? Don't think I'd like that.
Bob
IIRC, his intention is to parse quick notes looking for command switches. Obviously, the switch would have to be on a line of its own, but this would allow users to send a quick note and execute one of the site's commands all in one go.
So, for example:
That's fine.
/j bo
Would send the quick note, "that's fine," and take you to the boards.
That's fine.
I think...
/j bo
would do the same as above, but send the quick note "that's fine
I think..." before performing the jump.
And finally:
that's fine /j bo
would send the quick note, "that's fine /j bo."
HTH,
Jim
This is something I could replicate in JAWS scripting.
if StringLeft(NextLine(), 1) == "/" then
...
endIf
If you are going to do it--and I'm not convinced that it would be used. Why not have a parse character like the tilde, that says tilde starts a new command.
That's fine~/j bo
Bob